home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / misc / WatchMem.lha / WatchMem.readme < prev    next >
Text File  |  1997-11-08  |  2KB  |  58 lines

  1. Short: BugFix! V1.4d - Small prog to observe memory usage of other progs
  2. Author: Daniel `ThunderPig` Raedel
  3. Uploader: p5dara@rz.uni-jena.de
  4. Type: dev/misc
  5. REQUIRES: OS V37+
  6.  
  7. USAGE: Run WatchMem SIZE/N,DELAY/N, where SIZE is the amount of bytes that
  8.        shall be stolen every time you click on the `Steal`-Gadget (using
  9.        this feature, you can test your program's reactions when it has to
  10.        run under `low memory`). Clicking on `Release` will release the whole
  11.        stolen memory. The SIZE may also be modified with the integer gadget
  12.        in the window. DELAY is the number of 1/50 seconds the program waits
  13.        until it refreshes the display and asks for messages.
  14.        Default: SIZE=25000, DELAY=5.
  15.  
  16.        Starting from Workbench:
  17.        There are four Tooltypes the program looks for:
  18.        SIZE    - see above
  19.        DELAY   - ...
  20.        TOP     - the top corner of the window
  21.        LEFT    - the left corner
  22.  
  23. FEATURES: font sensitive, *very* small (5512 Bytes turbo-imploded),
  24.           runs on the default public screen, supports tooltypes and
  25.           CLI-args.
  26.  
  27.           New to V1.4c
  28.           Select scrolling method for graphical display
  29.           (time, (small or large) memory change); bugfix
  30.  
  31.           New to V1.4
  32.           Select type of mem to be stolen, optional
  33.           window that shows mem graphically; bugfix
  34.  
  35.  
  36. FIXED BUGS:
  37.             V1.4c -> V1.4d
  38.             - Prog used a V39-function in the gfx-win (THX J.Granseuer!)
  39.             - now clears Bevelboxes first before writing new free mem
  40.               (caused some slight problems with certain fonts...)
  41.  
  42.             V1.4 -> V1.4c
  43.             - Prog crashed when selecting `relative graphics` without
  44.               an open gfx win (THX R. Mueller!)
  45.  
  46.             V1.3 -> V1.4
  47.             - opened win in right upper visible corner of screen if
  48.               the tooltypes LEFT, RIGHT were 0
  49.             - had some problems with proportional fonts - now uses
  50.               the DefaultFont
  51.  
  52.             V1.2 -> V1.3
  53.             - improved message handling
  54.             - fell back to Delay() - but now user-configurable
  55.             - killed fatal bug in selecting a public screen.
  56.  
  57.  
  58.